dsh-llm-qoder:把 DSH 的 LLM 接缝路由到本机 Qoder CLI 的插件

`dsh-llm-qoder` 是一款 DeepSeek Harness(DSH)插件,旨在让 DSH 直接复用本机已登录的 `qodercli` 登录态,从而免除配置 API Key 或 settings 段的麻烦。该插件注册了 `qoder` 与 `qoder-byok` 两条 provider 路由,支持无配置接入、长驻会话管理(基于 LRU 淘汰)、宿主工具通过 MCP 桥接给内层模型、实时拉取模型目录(失败时回退静态目录)以及上下文窗口与思考强度的动态切换。此外,它支持旁路请求的冷启动调用,并将上下文超限映射为 `CONTEXT_WINDOW_EXCEEDED` 以触发溢出恢复机制。

Read More
dsh-llm-proxy: Routing dsh's LLM Requests Through a Configurable HTTP Proxy

dsh-llm-proxy is a global HTTP proxy plugin for DeepSeek Harness (dsh), designed to route LLM requests issued by dsh to a specified proxy. It leverages undici's setGlobalDispatcher and EnvHttpProxyAgent to take over request routing, supporting immediate effect upon configuration changes (hot switching) without requiring a process restart. The plugin is also recoverable, automatically restoring the baseline dispatcher when disabled to avoid residue. Users can configure the enable status, proxy address, and exclusion list via the dsh settings page or by editing the settings.yaml file. Additionally, the plugin provides a local interface accessible only via loopback, used to view the current proxy status and test connectivity from the proxy to the target endpoint. When installing, the specified [installation instructions] must be followed.

Read More